home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / sectra.exe / INSTALL.TXT < prev    next >
Text File  |  1992-10-26  |  8KB  |  190 lines

  1. This file describes how to install Sectra Server for DOS
  2. and how to configure the program for your particular network.
  3. This is the same information that is contained in chapter
  4. two of the Sectra Token Ring Server for DOS, which is
  5. contained in the file MANUAL.TXT.
  6.  
  7.  
  8.     System Requirements
  9.  
  10.          You must have the following hardware to run Sectra Server
  11.          for DOS:
  12.  
  13.             *  An IBM PC compatible 286 or above
  14.             *  A minimum of 1Mbyte of RAM
  15.             *  An 80-column display
  16.             *  A hard drive
  17.             *  One token ring adapter for each ring to be monitored.
  18.             *  DOS 3.0 or higher or compatible operating system
  19.             *  IPX for communications to a Sectra Client
  20.  
  21.          For continuous monitoring, Sectra Server for DOS requires a
  22.          dedicated workstation.  For troubleshooting or performance 
  23.          checking, you can use any workstation on the ring that meets
  24.          the system requirements.
  25.  
  26.  
  27.      LLC Driver Installation
  28.  
  29.           To install and configure Sectra for DOS using an adapter with
  30.           LLC support, take the following steps:
  31.  
  32.          1     Make sure that the workstation you are going to
  33.                use meets the requirements listed above.
  34.  
  35.          2     Create a subdirectory for the program files.  For
  36.                example you could create a directory and name it 
  37.                SECTRATR or another name that you want.
  38.  
  39.          3     Copy the contents of the program disk to the
  40.                subdirectory that you created in step 2.  You can use
  41.                the DOS copy command with the asterisk (*) to copy all
  42.                of the files.  For example:
  43.  
  44.                [COPY A:\*.* C:\{Subdirectory Name}]
  45.  
  46.          4     Load the Sectra for DOS initialization module by typing
  47.                SECTLLC.
  48.  
  49.          5     Load IPX if you desire client communications 
  50.  
  51.          6     Start Sectra for DOS by typing SECTRA from the SECTRATR
  52.                subdirectory (or the subdirectory that you created.)  
  53.                This starts a batch file that will load BTRIEVE and start
  54.                the Sectra for DOS program.  When you exit the program
  55.                normally, this batch file will unload BTREIVE.
  56.    
  57.                                        NOTE
  58.          The Sectra for DOS initialization module, SECTLLC, can also be
  59.          loaded as a device driver.  To load SECTLLC as a device driver,
  60.          insert the following statement in the your CONFIG.SYS file:
  61.  
  62.               DEVICE=SECTLLC.EXE
  63.  
  64.          Make sure to place this statement after any statements in the 
  65.          CONFIG.SYS file that loads drivers for your adapter.
  66.  
  67.          The following shows examples of CONFIG.SYS and AUTOEXEC.BAT
  68.          files for Thomas-Conrad and IBM token ring adapters.  These are
  69.          shown as samples, your file may have more statements for
  70.          other devices.
  71.  
  72.          CONFIG.SYS (Thomas-Conrad)
  73.  
  74.               FILES=40
  75.               BUFFERS=30
  76.               DEVICE=DXMA0MOD.SYS
  77.               DEVICE=TCCAHI.SYS
  78.               DEVICE=TCTRLOAD.SYS
  79.               DEVICE=TCTRCPI.SYS
  80.  
  81.          CONFIG.SYS (IBM)
  82.  
  83.               FILES=40
  84.               BUFFERS=30
  85.               DEVICE=DXMA0MOD.SYS
  86.               DEVICE=DXMC0MOD.SYS
  87.  
  88.  
  89.          AUTOEXEC.BAT (Thomas-Conrad or IBM)
  90.  
  91.               PATH = C:\, C:\DOS ...
  92.               SECTRATR\SECTLLC
  93.               IPX     (If Client communications are required)
  94.                       (A LAN Support Driver required.  You cannot use 
  95.                        a native token ring driver (STOKEN))
  96.               NETX    (If a network connection is required)
  97.               CD \SECTRATR
  98.               SECTRA
  99.  
  100.                                        NOTE
  101.               SECTLLC must be loaded before either LANSUP.COM or 
  102.               IPX.COM depending on which driver is being used.
  103.  
  104.      ODI Driver Installation
  105.  
  106.          To install and configure Sectra for DOS using a Thomas-Conrad 
  107.          adapter with a Thomas-Conrad ODI driver or other 
  108.          manufacturers adapter with an ODI driver that supports 
  109.          promiscuous mode, take the following steps:
  110.  
  111.  
  112.          1     Make sure that the workstation you are going to
  113.                use meets the requirements listed on page 2-1.
  114.  
  115.          2     Create a subdirectory for the program files.  For
  116.                example you could create a directory and name it 
  117.                SECTRATR or another name that you want.
  118.  
  119.          3     Copy the contents of the program disk to the
  120.                subdirectory that you created in step 2.  You can use
  121.                the DOS copy command with the asterisk (*) to copy all
  122.                of the files.  For example:
  123.  
  124.                [COPY A:\*.* C:\{Subdirectory Name}]
  125.  
  126.          4     Place the following statements in your NET.CFG file:
  127.  
  128.                LINK DRIVER TCTOKSH
  129.                     PORT  ?
  130.                     INT   ?
  131.                     DMA
  132.                     REINSERT  (Optional - See note below)
  133.                     any other statements
  134.  
  135.                                      NOTE
  136.          With the Thomas-Conrad driver TCTOKSH, when the node is 
  137.          blocked, it will not reinsert itself into the ring.  This
  138.          conforms with the IEEE 802.5 specification.  If the optional
  139.          statement REINSERT is placed in the LINK section of the
  140.          NET.CFG file, when the node is blocked, it can immediately
  141.          reinsert it self.  It is recommended that the REINSERT
  142.          parameter be used when running Sectra for DOS.  If the 
  143.          REINSERT parameter is not used and the MLID on the Sectra
  144.          for DOS workstation receives the remove MAC frame, Sectra for
  145.          DOS will terminate abnormally and the database will be corrupted.
  146.  
  147.          5     To start Sectra Server for DOS, you can execute these 
  148.                commands in this order or place them in your STARTUP or 
  149.                AUTOEXEC file
  150.  
  151.                LSL       (Provided with NetWare)
  152.                MLID      (TCTOKSH for Thomas-Conrad adapters)
  153.                MLID      (Optional - for second adapter)
  154.                IPXODI    (If client communications are required)
  155.                NETX      (If a network connection is required)
  156.                SECTODI   
  157.                CD SECTRATR
  158.                SECTRA
  159.          
  160.          To load the driver to support two adapter cards, repeat the
  161.          MLID (TCTOKSH) statement in the AUTOEXEC.BAT file.  If
  162.          loading Sectra Server for DOS manually, repeat the command.
  163.  
  164.          The following shows examples of NET.CFG and AUTOEXEC.BAT
  165.          files for Thomas-Conrad token ring adapters.  These are shown
  166.          as samples, your file may have more statements for other devices.
  167.  
  168.           
  169.          NET.CFG (Thomas-Conrad)
  170.  
  171.               LINK DRIVER TCTOKSH  (First Adapter)
  172.                   PORT   1A20
  173.                   DMA    5
  174.                   INT    2
  175.               
  176.               LINK DRIVER TCTOKSH  (Optional - for second adapter)
  177.                   PORT   2A20
  178.                   DMA    6
  179.                   INT    3
  180.  
  181.           AUTOEXEC.BAT 
  182.  
  183.                LSL
  184.                MLID       (TCTOKSH for Thomas-Conrad adapters)
  185.                MLID       (Optional - for second adapter)
  186.                IPXODI  (If Client communications are required)
  187.                NETX       (If a network connection is required)
  188.                SECTODI
  189.                SECTRA
  190.